Value | Meaning |
---|---|
AMOTION_EVENT_EDGE_FLAG_NONE0 | No edges intersected. |
AMOTION_EVENT_EDGE_FLAG_TOP0x01 | Flag indicating the motion event intersected the top edge of the screen. |
AMOTION_EVENT_EDGE_FLAG_BOTTOM0x02 | Flag indicating the motion event intersected the bottom edge of the screen. |
AMOTION_EVENT_EDGE_FLAG_LEFT0x04 | Flag indicating the motion event intersected the left edge of the screen. |
AMOTION_EVENT_EDGE_FLAG_RIGHT0x08 | Flag indicating the motion event intersected the right edge of the screen. |
Motion event edge touch flags.